Package com.cisco.pt.ipc.sim
Interface STPMainProcess
- All Known Implementing Classes:
STPMainProcessImpl
Information provided by the PKI file:
\class StpMainProcess
\brief StpMainProcess holds and manages the individual STP processes.
\example network().getDevice("Switch0").getProcess("StpMainProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetStpProcess(int vlanID) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getStpProcess
Information provided by the PKI file:
\brief Returns the STP process from the specified VLAN. \param vlanID, the VLAN number of interest. \return StpProcess, the StpProcess object from the specified VLAN.- Parameters:
vlanID- Takes in a parameter of vlanID- Returns:
- STPProcess Returns a STPProcess
-